From 07ba141ef11f998860f298fbdae9afd1e2df602c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 28 Jan 2011 06:03:01 +0000 Subject: [PATCH] amd iommu: Fix x86_32 build. Signed-off-by: Keir Fraser --- xen/include/asm-x86/hvm/svm/amd-iommu-proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h index e414b1446f..0bd92403fd 100644 --- a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h @@ -53,7 +53,7 @@ int amd_iommu_map_page(struct domain *d, unsigned long gfn, unsigned long mfn, int amd_iommu_unmap_page(struct domain *d, unsigned long gfn); u64 amd_iommu_get_next_table_from_pte(u32 *entry); int amd_iommu_reserve_domain_unity_map(struct domain *domain, - unsigned long phys_addr, unsigned long size, int iw, int ir); + u64 phys_addr, unsigned long size, int iw, int ir); void invalidate_all_iommu_pages(struct domain *d); /* device table functions */ -- 2.30.2